home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 September / CyberMycha 09-2005 (Poland).bin / Setup / Data / Menu / scr / BackGround640.scr < prev    next >
Encoding:
Text File  |  2002-04-26  |  4.1 KB  |  173 lines

  1. /** * * * * * * * * * * * * * * * * * * * * * * * * *
  2. *                                                   *
  3. *  User Interface Script - generated by UI Editor   *
  4. *                                                   *
  5. * * * * * * * * * * * * * * * * * * * * * * * * * * */
  6.  
  7. //------ Key declarations --------------------------
  8. !LoadIncluded(s)
  9. !Included()
  10. !Interface(s)
  11. !Window(s,s,s)
  12. !Static(s,s,s)
  13. !ControlObject(s,s,s)
  14. !Button(s,s,s,s)
  15. !Edit(s,s,s,s)
  16. !Menu(s,s,s)
  17. !Id(s)
  18. !LogicSize(f,f)
  19. !LogicPos(f,f)
  20. !Mouse(i)
  21. !Keyboard(i)
  22. !Joy(i)
  23. !Visible(i)
  24. !Texture(s)
  25. !TextureRect(s,f,f,f,f,f,f)
  26. !EditTexture(s)
  27. !FrameCornerSize(i,i)
  28. !Cursor(s)
  29. !CursorVisible(i)
  30. !EditBorderWidth(f)
  31. !EditBorderSens(f)
  32. !EditState(i)
  33. !EditCursorSize(s)
  34. !EditStateOnInit(i)
  35. !EditCursorMove(s)
  36. !Text(s)
  37. !TextColor(f,f,f)
  38. !TextPosFlags(i)
  39. !Font(s)
  40. !Command(i)
  41. !Notify(i)
  42. !SelKeyUp(i)
  43. !SelKeyDown(i)
  44. !FocusSound(s)
  45. !TextureHightlight(s)
  46. !TextureHightlightRect(s,f,f,f,f,f,f)
  47. !TextHighLightColor(f,f,f)
  48. !CanFocus(i)
  49. !TextureChecked(s)
  50. !TextureCheckedRect(s,f,f,f,f,f,f)
  51. !TextureDisabled(s)
  52. !TextureDisabledRect(s,f,f,f,f,f,f)
  53. !TextureHightlightCheck(s)
  54. !TextureHightlightCheckRect(s,f,f,f,f,f,f)
  55. !TextDisableColor(f,f,f)
  56. !TextCheckedColor(f,f,f)
  57. !TextHighLightCheckColor(f,f,f)
  58. !Checked(i)
  59. !Disabled(i)
  60. !CanCallPress(i)
  61. !CanCheck(i)
  62. !CallPressPeriod(f)
  63. !DoubleClick(f)
  64. !MouseLeaveDestroyFocus(i)
  65. !CheckSound(s)
  66. !MenuButton(s,s,s,s,s)
  67. !TextureEdit(s)
  68. !TextEditColor(f,f,f)
  69. !ParentPositioning(i)
  70. !ParentCenteringX(i)
  71. !ParentCenteringY(i)
  72. !ParentSizingX(i)
  73. !ParentSizingY(i)
  74. !ListBoxCapacity(i)
  75.  
  76. //------ UI stuff -----------------------------
  77. Interface("UI_BACKGROUND")
  78. {
  79.    Command(0)
  80.    Notify(0)
  81.    CanFocus(0)
  82.    SelKeyUp(-1)
  83.    SelKeyDown(0)
  84.    Text("")
  85.    TextColor(1.0,1.0,1.0)
  86.    Font("FLRoman16")
  87.    TextPosFlags(33)
  88.    LogicSize(1.0,1.0)
  89.    LogicPos(0.0,0.0)
  90.    Mouse(0)
  91.    Keyboard(0)
  92.    Joy(0)
  93.    Visible(1)
  94.    CursorVisible(0)
  95.    ParentPositioning(1)
  96.    ParentCenteringX(0)
  97.    ParentCenteringY(0)
  98.    EditBorderWidth(2.0)
  99.    EditBorderSens(15.0)
  100.    EditCursorSize("data/interface/c_resize.png")
  101.    EditCursorMove("data/interface/c_move.png")
  102.    Window("UIWindow","ID_LOGO","Specific")
  103.    {
  104.       LogicSize(0.4,0.20833333)
  105.       LogicPos(0.01875,0.011666667)
  106.       Mouse(0)
  107.       Keyboard(0)
  108.       Joy(0)
  109.       Visible(1)
  110.       CursorVisible(0)
  111.       ParentPositioning(1)
  112.       ParentCenteringX(0)
  113.       ParentCenteringY(0)
  114.       TextureRect("data/menu/p_logo.png",256.0,128.0,0.0,0.0,256.0,100.0)
  115.       EditTexture("red")
  116.       EditBorderWidth(2.0)
  117.       EditBorderSens(15.0)
  118.       EditCursorSize("data/interface/c_resize.png")
  119.       EditCursorMove("data/interface/c_move.png")
  120.    }
  121.    Static("UIStatic","ID_NAME","Specific")
  122.    {
  123.       Text("")
  124.       TextColor(1.0,1.0,1.0)
  125.       Font("FLRoman16")
  126.       TextPosFlags(65)
  127.       LogicSize(0.12500001,0.058333334)
  128.       LogicPos(0.8675,0.009999975)
  129.       Mouse(0)
  130.       Keyboard(0)
  131.       Joy(0)
  132.       Visible(1)
  133.       CursorVisible(0)
  134.       ParentPositioning(1)
  135.       ParentCenteringX(0)
  136.       ParentCenteringY(0)
  137.       EditTexture("data/interface/er_t_red.png")
  138.       EditBorderWidth(2.0)
  139.       EditBorderSens(15.0)
  140.       EditCursorSize("data/interface/c_resize.png")
  141.       EditCursorMove("data/interface/c_move.png")
  142.    }
  143.    Static("UIStatic","ID_TITLE","Specific")
  144.    {
  145.       Text("")
  146.       TextColor(1.0,1.0,1.0)
  147.       Font("FLRoman16")
  148.       TextPosFlags(34)
  149.       LogicSize(0.2,0.05)
  150.       LogicPos(0.0,0.01)
  151.       Mouse(0)
  152.       Keyboard(0)
  153.       Joy(0)
  154.       Visible(1)
  155.       CursorVisible(1)
  156.       ParentPositioning(1)
  157.       ParentCenteringX(1)
  158.       ParentCenteringY(0)
  159.       ParentSizingX(0)
  160.       ParentSizingY(0)
  161.       FrameCornerSize(3,3)
  162.       TextureRect("p_menu.png",1024.0,1024.0,943.0,59.0,952.0,68.0)
  163.       EditTexture("data/interface/er_t_red.png")
  164.       EditBorderWidth(2.0)
  165.       EditBorderSens(15.0)
  166.       EditCursorSize("data/interface/c_resize.png")
  167.       EditCursorMove("data/interface/c_move.png")
  168.    }// [UIStatic] ID_TITLE
  169.  
  170.  
  171.    
  172. }
  173.